github.com/aws/aws-sdk-go-v2/service/internal/checksum.awsChunkedEncodingOptions.StreamLength (field)

10 uses

	github.com/aws/aws-sdk-go-v2/service/internal/checksum (current package)
		aws_chunked_encoding.go#L35: 	StreamLength int64
		aws_chunked_encoding.go#L96: 		StreamLength: -1,
		aws_chunked_encoding.go#L104: 	if options.ChunkLength != -1 || options.StreamLength == -1 {
		aws_chunked_encoding.go#L110: 		chunkReader = newUnsignedChunkReader(stream, options.StreamLength)
		aws_chunked_encoding.go#L130: 	if e.options.StreamLength == -1 || e.trailerEncodedLength == -1 {
		aws_chunked_encoding.go#L134: 	if e.options.StreamLength != 0 {
		aws_chunked_encoding.go#L139: 			length += getUnsignedChunkBytesLength(e.options.StreamLength)
		aws_chunked_encoding.go#L143: 			numChunks := e.options.StreamLength / int64(e.options.ChunkLength)
		aws_chunked_encoding.go#L145: 			if remainder := e.options.StreamLength % int64(e.options.ChunkLength); remainder != 0 {
		middleware_compute_input_checksum.go#L333: 			o.StreamLength = streamLength